home *** CD-ROM | disk | FTP | other *** search
/ Merciful 2 / Merciful - Disc 2.iso / software / v / varkcliutils11.dms / varkcliutils11.adf / VARK / ScreenNotify10.lha / ScreenNotify / include / clib / screennotify_protos.h
C/C++ Source or Header  |  1995-03-26  |  528b  |  25 lines

  1. #ifndef CLIB_SCREENNOTIFY_H
  2. #define CLIB_SCREENNOTIFY_H
  3.  
  4. /*
  5.  * clib/screennotify_protos.h
  6.  *
  7.  * ANSI C prototypes for screennotify.library functions
  8.  *
  9.  * $VER: screennotify_protos.h 1.0 (26.03.95)
  10.  *
  11.  */
  12.  
  13. #ifndef EXEC_TYPES_H
  14. #include <exec/types.h>
  15. #endif
  16.  
  17. APTR AddCloseScreenClient(struct Screen *, struct MsgPort *, BYTE);
  18. APTR AddPubScreenClient(struct MsgPort *, BYTE);
  19. APTR AddWorkbenchClient(struct MsgPort *, BYTE);
  20. BOOL RemCloseScreenClient(APTR);
  21. BOOL RemPubScreenClient(APTR);
  22. BOOL RemWorkbenchClient(APTR);
  23.  
  24. #endif
  25.